Release 10.1A: OpenEdge Development:
Progress 4GL Reference


CREATE SAX-WRITER statement

Creates an instance of a SAX-writer object and assigns its handle to the handle variable specified. Use this object to write an XML document using the SAX interface.

Syntax

CREATE SAX-WRITER handle [ IN WIDGET-POOL pool-name ] [ NO-ERROR ]  

handle

Variable of type HANDLE which stores the handle of the new SAX-writer object.

IN WIDGET-POOL pool-name

Specifies the widget pool where Progress creates the new object. If you do not specify a widget pool, Progress creates the object in the current default widget pool.

NO-ERROR

Specifies that Progress should suppress errors occurring during the creation of the SAX-writer handle. After the CREATE SAX-WRITER statement completes, you can check the ERROR-STATUS system handle for information about errors that might have occurred.

See also

SAX-writer object handle


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095